lru_time_cache 0.1.8

Provides a Last Recently Used [caching algorithm](http://en.wikipedia.org/wiki/Cache_algorithms) in a container which may be limited by size or time, reordered to most recently seen.
Documentation

Lru Time Cache

Primary Maintainer: Chandra Prakash (prakash@maidsafe.net)

Crate Linux Windows OSX Coverage
Build Status Build Status Build Status Coverage Status

| API Documentation | SAFENetwork System Documentation | MaidSafe website | Safe Community site |

#Overview Provides a Last Recently Used caching algorithm in a container which may be limited by size or time, reordered to most recently seen.

#Todo Items

[0.1.7] More API changes

  • Rename check to contains_key
  • Implement iter function
  • Remove retrieve_all function (in favor of the above)
  • Remove add function (deprecated in favor of the insert function from v0.1.6)